Porting an NFB driver to AIX 5L
If you have an existing NFB driver from another platform,
do not use xmkddx to start your driver development.
Instead, set up the source tree as follows:
-
Create a <xxx> directory tree
under your working directory.
-
Populate this directory with the NFB driver source.
-
If you need to create a Makefile,
copy the Makefile template to your working directory:
cd <working_directory>/<xxx>
cp /usr/ddk/src/native/nfb/ports/xxx/Makefile .
-
Edit the Makefile to change
all xxx strings to your <xxx>.
-
Insert your list of object files
for the OFILES = definition.
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005