fix tgz building
SVN-Revision: 1632
This commit is contained in:
parent
a2300375e4
commit
5932fa3638
@ -1,9 +1,14 @@
|
||||
$(KDIR)/root.tar.gz:
|
||||
tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ .
|
||||
|
||||
ifeq ($(BOARD),soekris)
|
||||
install: tgz-install
|
||||
|
||||
tgz-install: $(KDIR)/root.tar.gz
|
||||
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
|
||||
endif
|
||||
|
||||
prepare:
|
||||
compile:
|
||||
install: tgz-install
|
||||
install: $(KDIR)/root.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user