Makefile 126 B

123456789
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. obj-y := dma.o pinmux.o io.o arbiter.o
  5. obj-$(CONFIG_CPU_FREQ) += cpufreq.o
  6. clean: