This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: EDB7xxx Ethernet Driver with different bus width


Don't do this:

 #ifdef(__EDB7312)

But this:

 #ifdef CYGPKG_HAL_ARM_EDB7312

or whatever the macro name is. Look in
install/include/pkgconf/system.h

Jesper


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]