| aaed2eb5 | 06-Dec-2013 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
examples: x86: delete 82559_eeprom
Commit fea25720 renamed arch/i386 to arch/x86. But it missed to modify examples/standalone/Makefile.
Since then, examples/standalone/82559_eeprom has never compil
examples: x86: delete 82559_eeprom
Commit fea25720 renamed arch/i386 to arch/x86. But it missed to modify examples/standalone/Makefile.
Since then, examples/standalone/82559_eeprom has never compiled and nobody has noticed that.
After some discussion on ML, we agreed to delete this example.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
show more ...
|
| 8a7e7d56 | 18-Nov-2013 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
Makefile: descend into subdirectories only when CONFIG_API is defined
All objects under api/ and examples/api/ directories are selected by CONFIG_API. So we can move CONFIG_API switch to the top Mak
Makefile: descend into subdirectories only when CONFIG_API is defined
All objects under api/ and examples/api/ directories are selected by CONFIG_API. So we can move CONFIG_API switch to the top Makefile.
In order to use CONFIG_API, the definition of SUBDIR_EXAMPLES-y must be moved after "sinlude $(obj)include/autoconf.mk".
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
show more ...
|