1obj-y := aud_section/
2obj-y += customparam_section/
3obj-y += log_section/
4obj-y += factory_section/
5
6ifeq ($(FPGA),1)
7obj-y += fpga_section/
8else
9obj-y += userdata_section/
10endif