forked from Imagelibrary/rtems
Removed unused directories from Makefile.am and warnings
from cvs by adding .cvsignore files.
This commit is contained in:
13
c/src/lib/libbsp/i960/i960sim/.cvsignore
Normal file
13
c/src/lib/libbsp/i960/i960sim/.cvsignore
Normal file
@@ -0,0 +1,13 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
config.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
# wrapup is the one that actually builds and installs the library
|
||||
# from the individual .rel files built in other directories
|
||||
SUBDIRS = include start startup clock console timer wrapup
|
||||
#SUBDIRS = include start startup clock console timer wrapup
|
||||
SUBDIRS = include start startup console wrapup
|
||||
|
||||
include $(top_srcdir)/../../bsp.am
|
||||
|
||||
|
||||
2
c/src/lib/libbsp/i960/i960sim/startup/.cvsignore
Normal file
2
c/src/lib/libbsp/i960/i960sim/startup/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
Reference in New Issue
Block a user