diff options
author | dbroqua <dbroqua@mousur.org> | 2017-05-26 20:35:31 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2017-05-26 20:35:31 +0200 |
commit | 81e85a1a4e4b1b7c5bbf1fcffe967a60639778c0 (patch) | |
tree | 34c6c60530bb980dd26ad790eb0bc09f4ff99edb /keyboards/handwired/trackpoint/Makefile | |
parent | 0a4a966c6648e66a1129ae3af36639054d3e0ed3 (diff) |
- Added integration of IBM Trackpoint
Diffstat (limited to 'keyboards/handwired/trackpoint/Makefile')
-rw-r--r-- | keyboards/handwired/trackpoint/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/trackpoint/Makefile b/keyboards/handwired/trackpoint/Makefile new file mode 100644 index 0000000000..191c6bb664 --- /dev/null +++ b/keyboards/handwired/trackpoint/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../../Makefile +endif
\ No newline at end of file |