so when I compiled a driver for my wireless card (realtek rtl8187) it eventually worked (like magic!) but I didn't really understand the process.
Namely, what files got created, and where.
I went to the directory where the "makefile" was (with a lot of the other files from the source tarball) and ran the command "make", and then I ran the included script called "wlan0up".
But I wanted to gather all files produced by "make" to try to turn them into a tinycore extension i can keep around... only I don't know where the files were placed automagically.
Can anyone help me understand "make", and help me understand where my computer put files in order to make wireless work?