summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 12:52:46 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 12:52:46 -0600
commit24600f22abda997e12dd3dc2ec54fde5fde2d789 (patch)
tree8ee7362bff68df673ef3e420e66769574a43701c /Makefile
parentMore comments. Attempt to support forward/revert selection from command line (diff)
downloadrtems-libbsd-24600f22abda997e12dd3dc2ec54fde5fde2d789.tar.bz2
All RTEMS files should now be under RTEMS
- Also add "Makefile only" mode to freebsd-to-rtems.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2de04023..46411544 100644
--- a/Makefile
+++ b/Makefile
@@ -300,10 +300,10 @@ C_FILES = \
freebsd/dev/usb/controller/ohci.c \
freebsd/dev/usb/controller/ehci.c \
freebsd/dev/usb/controller/usb_controller.c \
- freebsd/dev/usb/controller/ohci_lpc3250.c \
freebsd/cam/cam.c \
freebsd/cam/scsi/scsi_all.c \
freebsd/dev/usb/storage/umass.c \
+ rtemsbsd/dev/usb/controller/ohci_lpc3250.c \
rtemsbsd/src/rtems-bsd-cam.c \
rtemsbsd/src/rtems-bsd-nexus.c \
rtemsbsd/src/rtems-bsd-autoconf.c \
@@ -349,7 +349,7 @@ lib_usb:
make $(LIB)
install: $(LIB)
- install -d "$(INSTALL_BASE)/include"
+ install -d $(INSTALL_BASE)/include
install -c -m 644 $(LIB) $(INSTALL_BASE)
cd rtemsbsd; for i in `find . -name '*.h'` ; do \
install -c -m 644 -D "$$i" "$(INSTALL_BASE)/include/$$i" ; done