forked from Imagelibrary/rtems
Now use coverhd.h out of the libbsp/shared directory.
This commit is contained in:
@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,8 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_PIECES = bsp coverhd
|
||||
H_FILES = $(H_PIECES:%=$(srcdir)/%.h)
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h
|
||||
|
||||
RTEMS_H_PIECES = ttydrv
|
||||
RTEMS_H_FILES = $(RTEMS_H_PIECES:%=$(srcdir)/%.h)
|
||||
|
||||
@@ -18,7 +18,8 @@ VPATH = @srcdir@
|
||||
WD80X3_yes_V = $(srcdir)/wd80x3.h
|
||||
WD80X3 = $(WD80X3_$(HAS_NETWORKING)_V)
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/crt.h $(WD80X3)
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h \
|
||||
$(srcdir)/crt.h $(WD80X3)
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,7 +13,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/efi332.h $(srcdir)/coverhd.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h \
|
||||
$(srcdir)/efi332.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,8 +13,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/efi68k.h $(srcdir)/16550.h \
|
||||
$(srcdir)/DP8570A.h $(srcdir)/coverhd.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h \
|
||||
$(srcdir)/efi68k.h $(srcdir)/16550.h $(srcdir)/DP8570A.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,7 +13,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/leds.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h \
|
||||
$(srcdir)/leds.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,8 +13,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/dmv170.h \
|
||||
$(srcdir)/../../../shared/tod.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h \
|
||||
$(srcdir)/dmv170.h $(srcdir)/../../../shared/tod.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -14,7 +14,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/../../shared/include/nvram.h \
|
||||
$(srcdir)/../../shared/include/bsp.h
|
||||
$(srcdir)/../../shared/include/bsp.h \
|
||||
$(srcdir)/../../../shared/include/coverhd.h
|
||||
|
||||
BSP_H_FILES = $(srcdir)/../../shared/console/consoleIo.h \
|
||||
$(srcdir)/../../shared/console/uart.h $(srcdir)/../../shared/irq/irq.h \
|
||||
|
||||
@@ -14,7 +14,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/../../shared/include/nvram.h \
|
||||
$(srcdir)/../../shared/include/bsp.h
|
||||
$(srcdir)/../../shared/include/bsp.h \
|
||||
$(srcdir)/../../../shared/include/coverhd.h
|
||||
|
||||
BSP_H_FILES = $(srcdir)/../../shared/console/consoleIo.h \
|
||||
$(srcdir)/../../shared/console/uart.h $(srcdir)/../../shared/irq/irq.h \
|
||||
|
||||
@@ -13,8 +13,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h $(srcdir)/chain.h \
|
||||
$(srcdir)/tod.h $(srcdir)/nvram.h $(srcdir)/pci.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h \
|
||||
$(srcdir)/chain.h $(srcdir)/tod.h $(srcdir)/nvram.h $(srcdir)/pci.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h
|
||||
H_FILES = $(srcdir)/bsp.h $(srcdir)/../../../shared/coverhd.h
|
||||
|
||||
#
|
||||
# Equate files are for including from assembly preprocessed by
|
||||
|
||||
Reference in New Issue
Block a user