Changes between Version 2 and Version 3 of NewDriver


Ignore:
Timestamp:
Oct 7, 2009, 11:01:44 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewDriver

    v2 v3  
    253253}}}
    254254
     255= Referencing the directory in the upper level directory =
     256
     257There 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
     259We can add the following lines:
     260{{{
     261ifeq ($(CONFIG_DRIVER_CHAR_PMTT), defined)
     262 subdirs += pmtt
     263endif
     264}}}
     265
    255266= Possible improvements =
    256267