Skip to content

Commit

Permalink
fix hppfs Makefile breakage
Browse files Browse the repository at this point in the history
Fallout from commit 46d7b52 ("uml: move
hppfs_kern.c to hppfs.c")

Signed-off-by: Al Viro <[email protected]>
Acked-by: Jeff Dike <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and torvalds committed May 21, 2008
1 parent 3787fa6 commit 13c48c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fs/hppfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
# Licensed under the GPL
#

hppfs-objs := hppfs.o

obj-y =
obj-$(CONFIG_HPPFS) += $(hppfs-objs)
obj-$(CONFIG_HPPFS) += hppfs.o

0 comments on commit 13c48c4

Please sign in to comment.