Messages in this thread |  | | Date | Tue, 14 Jan 1997 07:13:59 -0500 (EST) | From | Gerald Britton <> | Subject | Re: how do you prevent all kernel files from being recompiled? |
| |
> I'm working on developing a new driver, and I don't want to recompile > every file when I only make changes to one or two files. > > I'm sure the answer is quite simple, and I'm displaying my ignorance, but > I haven't figured it out. If someone could help me out, it would save me a > lot of time!
a quick kludge fix for this problem is to remove the .o files for your driver and back date with touch the .h files which changed, make will only recompile the source for your driver.
-- Gerald Britton <gbritton@whitman.gmu.edu> Walt Whitman Internet System Administrator
|  |