2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

(Phil) Made slight adjustments so the new file arrangement will build.

I added two new make file 'includes': busses/Module.mk and chips/Module.mk
Frodo- You may want to review the makefile structure to make sure that
the system works as you intended.

Note: The docs still need to be updated to reflect the new file arrangement,
but at least it builds!


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@176 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Philip Edelbrock
1999-01-27 06:10:00 +00:00
parent 5d35c0d282
commit ce7aea9a5a
10 changed files with 115 additions and 18 deletions

View File

@@ -24,7 +24,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include "src/i2c-dev.h"
#include "kernel/include/i2c-dev.h"
void help(void)
{