aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/image/Makefile
blob: 644c2b87955e49bee3edfb5190bf3caae7967a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk

VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux
UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage

ifeq ($(SUBTARGET),ox810se)
include ox810se.mk
endif

ifeq ($(SUBTARGET),ox820)
include ox820.mk
endif

$(eval $(call BuildImage))