Makefile 101 B

12345678
  1. #
  2. # Makefile for the linux kernel.
  3. #
  4. obj-y := i2c.o pci.o setup.o
  5. obj-m :=
  6. obj-n :=
  7. obj- :=