|
From: Alain P. <apa...@us...> - 2002-04-25 14:56:23
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- Makefile 1.31 1.32=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added the possibility to call the makefile with additional flags The diff of the modified file(s): --- Makefile 28 Feb 2002 15:45:08 -0000 1.31 +++ Makefile 25 Apr 2002 14:56:21 -0000 1.32 @@ -92,6 +92,11 @@ CFLAGS +=3D -DCONFIG_BLUETOOTH_UNPLUG_TEST endif =20 +# if EXTRA_CONF =3D 1, append the value of EXTRA_CFLAGS to CFLAGS +ifeq ($(EXTRA_CONF),1) +CFLAGS +=3D $(EXTRA_CFLAGS) +endif + all: $(O_TARGET) =20 $(O_TARGET): $(OBJS) |