Makefile 275 B

123456789
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include
  5. orion-gpio-$(CONFIG_GPIOLIB) += gpio.o
  6. obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o
  7. obj-$(CONFIG_PLAT_ORION_LEGACY) += $(orion-gpio-y)