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:
Joel Sherrill
1998-04-27 14:19:25 +00:00
parent 008faafd4c
commit cf59d56b07
@@ -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)