mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 13:46:26 +08:00
Fix from Ralf Corsepius:
use a wildcard rule instead of explicit listing all include files
(I have more libcpu header files than the public version has. This patch
removes the need to patch this Makefile for my private bsps)
This commit is contained in:
@@ -8,12 +8,7 @@ VPATH=@srcdir@
|
||||
RTEMS_ROOT = @top_srcdir@
|
||||
PROJECT_ROOT = @PROJECT_ROOT@
|
||||
|
||||
H_FILES = \
|
||||
$(srcdir)/null.h \
|
||||
$(srcdir)/sh7_pfc.h \
|
||||
$(srcdir)/sh7_sci.h \
|
||||
$(srcdir)/termbits.h \
|
||||
$(srcdir)/ioqueue.h
|
||||
H_FILES = $(wildcard $(srcdir)/*.h)
|
||||
|
||||
SRCS=$(H_FILES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user