Blame view

kernel/linux-rt-4.4.41/arch/arm/plat-orion/Makefile 275 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
  #
  # Makefile for the linux kernel.
  #
  ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
  
  orion-gpio-$(CONFIG_GPIOLIB)      += gpio.o
  obj-$(CONFIG_PLAT_ORION_LEGACY)   += irq.o pcie.o time.o common.o mpp.o
  obj-$(CONFIG_PLAT_ORION_LEGACY)   += $(orion-gpio-y)