Changeset 36190 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
- Timestamp:
- Mar 7, 2011 4:28:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r33540 r36190 194 194 195 195 # build defs 196 EXTRA_CFLAGS += $(INCL) $(KFLAGS) $(KDEBUG)196 EXTRA_CFLAGS += -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h $(INCL) $(KFLAGS) $(KDEBUG) 197 197 198 198 all: $(MODULE)
Note:
See TracChangeset
for help on using the changeset viewer.