Makefile 171 B

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