Makefile 184 B

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