mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix and enable the sdk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4037 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -27,9 +27,12 @@ $(STAMP_DIR) $(TARGET_DIR):
|
||||
%-clean: $(STAMP_DIR) $(TARGET_DIR)
|
||||
$(MAKE) -C $(patsubst %-clean,%,$@) clean MAKEFLAGS="$(BUILD_MAKEFLAGS)"
|
||||
|
||||
ifeq ($(SDK),1)
|
||||
GENDEP_OPTS := -s
|
||||
endif
|
||||
|
||||
$(TOPDIR)/.pkgdeps: $(TOPDIR)/.pkginfo
|
||||
@$(TOPDIR)/scripts/gen_deps.pl < $< > $@ || rm -f $@
|
||||
@$(TOPDIR)/scripts/gen_deps.pl $(GENDEP_OPTS) < $< > $@ || rm -f $@
|
||||
|
||||
all: compile
|
||||
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
|
||||
|
||||
Reference in New Issue
Block a user