Makefile 158 B

12345678910111213
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. # Object file lists.
  5. obj-y := core.o dma.o irq.o pci.o
  6. obj-m :=
  7. obj-n :=
  8. obj- :=
  9. obj-$(CONFIG_LEDS) += leds.o