Changeset 124
- Timestamp:
- Apr 11, 2010 1:37:06 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/filo/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/filo/Makefile
r122 r124 100 100 TARGET = $(obj)/filo.elf 101 101 102 include $(src)/.config 103 102 HAVE_LIBPAYLOAD := $(wildcard $(LIBPAYLOAD)) 103 ifeq ($(strip $(HAVE_LIBPAYLOAD)),) 104 all: 105 @printf "\nError: libpayload is not installed!\nexpected: $(LIBPAYLOAD).\n" 106 else 104 107 all: prepare $(obj)/version.h $(TARGET) 108 endif 105 109 106 110 $(obj)/filo: $(src)/.config $(OBJS)
Note: See TracChangeset
for help on using the changeset viewer.
