summaryrefslogtreecommitdiffstats
path: root/target/linux/image/soekris/Makefile
blob: bfb2770ef3e1eaaf706786447862f891f9d270b4 (plain)
1
2
3
4
5
6
7
8
9
10
include $(TOPDIR)/rules.mk

KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)

$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz: $(KDIR)/rootfs.tar.gz
	cp $^ $@

prepare:
compile:
install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz