Makefile_64 247 B

1234567891011
  1. #
  2. # Makefile for the Linux SuperH-specific parts of the memory manager.
  3. #
  4. obj-y := init.o extable_64.o consistent.o
  5. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  6. obj-$(CONFIG_PMB) += pmb.o
  7. obj-$(CONFIG_NUMA) += numa.o
  8. EXTRA_CFLAGS += -Werror