Changeset 992 for trunk/softs/tsar_boot/Makefile
- Timestamp:
- May 14, 2015, 10:45:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/Makefile
r962 r992 2 2 -include ./build.mk 3 3 4 USE_DT ?= 15 DTS ?= platform.dts6 7 MAKECMDGOALS ?= none4 USE_DT ?= 0 5 DTS ?= platform.dts 6 HARD_CONFIG_PATH ?= ../../../giet_vm 7 MAKECMDGOALS ?= none 8 8 9 9 ifneq ($(MAKECMDGOALS),$(filter $(MAKECMDGOALS),clean distclean clean-doc doc)) … … 78 78 DRV_SRCS := reset_tty.c \ 79 79 reset_inval.c \ 80 reset_ sdc.c\81 reset_ bdv.c\82 reset_ rdk.c\83 reset_ hba.c\84 sdcard.c\80 reset_ioc_spi.c \ 81 reset_ioc_bdv.c \ 82 reset_ioc_rdk.c \ 83 reset_ioc_hba.c \ 84 reset_ioc_sdc.c \ 85 85 spi.c 86 86
Note: See TracChangeset
for help on using the changeset viewer.