Makefile 206 B

1234567891011
  1. #
  2. # Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
  3. # Licensed under the GPL
  4. #
  5. hostfs-objs := hostfs_kern.o hostfs_user.o
  6. obj-y :=
  7. obj-$(CONFIG_HOSTFS) += hostfs.o
  8. include arch/um/scripts/Makefile.rules