644c2b87955e49bee3edfb5190bf3caae7967a12
[openwrt/openwrt.git] / target / linux / oxnas / image / Makefile
1 include $(TOPDIR)/rules.mk
2 include $(INCLUDE_DIR)/image.mk
3
4 VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux
5 UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage
6
7 ifeq ($(SUBTARGET),ox810se)
8 include ox810se.mk
9 endif
10
11 ifeq ($(SUBTARGET),ox820)
12 include ox820.mk
13 endif
14
15 $(eval $(call BuildImage))