#
# Makefile for bootpartition
#
ifeq ($(CONFIG_SOCT_DRV_BUILD_KO),y)
obj-m					+= soc_bootpartition.o
soc_bootpartition-y		+= proc_bootpartition.o
else
obj-y					+= proc_bootpartition.o
endif
