Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

how towrite makefile for driver?

hello friend i am using nios IDE.i have written module.c and makefile like CODE: ifneq ($(KERNELRELEASE),)# kbuild part of makefile obj-m := module.o else# Normal Makefile A...