Makefile 191 B

12345678
  1. #
  2. # Makefile for common code of the NEC VR4100 series.
  3. #
  4. obj-y += bcu.o cmu.o icu.o init.o int-handler.o irq.o pmu.o type.o
  5. obj-$(CONFIG_VRC4173) += vrc4173.o
  6. EXTRA_AFLAGS := $(CFLAGS)