Changes between Version 2 and Version 3 of NewDriver
- Timestamp:
- Oct 7, 2009, 11:01:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewDriver
v2 v3 253 253 }}} 254 254 255 = Referencing the directory in the upper level directory = 256 257 There is a Makefile in `mutekh/device/driver/char`, we have to edit it and add an reference to the `pmtt` subdirectory if the driver is enabled. 258 259 We can add the following lines: 260 {{{ 261 ifeq ($(CONFIG_DRIVER_CHAR_PMTT), defined) 262 subdirs += pmtt 263 endif 264 }}} 265 255 266 = Possible improvements = 256 267