Makefile 158 B

12345678910
  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
  6. obj-$(CONFIG_DISCONTIGMEM) += numa.o