Makefile 168 B

123456789
  1. #
  2. # Makefile for the linux alpha-specific parts of the memory manager.
  3. #
  4. ccflags-y := -Werror
  5. obj-y := init.o fault.o extable.o
  6. obj-$(CONFIG_DISCONTIGMEM) += numa.o