Makefile 170 B

123456789
  1. #
  2. # Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  3. # Licensed under the GPL
  4. #
  5. hppfs-objs := hppfs.o
  6. obj-y =
  7. obj-$(CONFIG_HPPFS) += $(hppfs-objs)