Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1ecc6a3 authored by Tracey Dent's avatar Tracey Dent Committed by Greg Kroah-Hartman
Browse files

Staging: vt6655: Makefile: cleaned up Makefile cflag lines



Changed to use the proper ccflags-y option

Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 76831125
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# TODO: all of these should be removed
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -D__NO_VERSION__
EXTRA_CFLAGS += -DHOSTAP
ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__
ccflags-y += -DHOSTAP

vt6655_stage-y +=	device_main.o \
	card.o \