Makefile 101 B

123456
  1. # Common support
  2. obj-y := ocotp.o
  3. obj-$(CONFIG_PM) += pm.o
  4. obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o