mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-17 15:14:35 +08:00
fix hppfs Makefile breakage
Fallout from commit 46d7b522eb
("uml: move
hppfs_kern.c to hppfs.c")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3787fa6df5
commit
13c48c4902
@ -3,7 +3,4 @@
|
||||
# Licensed under the GPL
|
||||
#
|
||||
|
||||
hppfs-objs := hppfs.o
|
||||
|
||||
obj-y =
|
||||
obj-$(CONFIG_HPPFS) += $(hppfs-objs)
|
||||
obj-$(CONFIG_HPPFS) += hppfs.o
|
||||
|
Loading…
Reference in New Issue
Block a user