Changeset 662
- Timestamp:
- Mar 17, 2014, 10:47:37 AM (12 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/softs/tsar_boot/Makefile (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/softs/tsar_boot/Makefiler654 r662 3 3 4 4 MAKECMDGOALS ?= none 5 RAMDISK ?= 0 6 SOCLIB ?= 0 5 7 6 8 ifneq ($(MAKECMDGOALS),$(filter $(MAKECMDGOALS),clean distclean clean-doc doc)) … … 8 10 $(error please define PLATFORM_DIR 'make PLATFORM_DIR=foo') 9 11 else 10 if def SOCLIB11 if def RAMDISK12 ifeq ($(SOCLIB),1) 13 ifeq ($(RAMDISK),1) 12 14 DEFS+= -DUSE_RDK 13 15 else … … 71 73 reset_exception.c 72 74 73 if ndef SOCLIB75 ifeq ($(SOCLIB),0) 74 76 C_SRCS += sdcard.c spi.c 75 77 endif 
Note: See TracChangeset
          for help on using the changeset viewer.
      
